const net/http.http2maxFrameSize
7 uses
net/http (current package)
h2_bundle.go#L1104: } else if conf.MaxReadFrameSize > http2maxFrameSize {
h2_bundle.go#L1105: conf.MaxReadFrameSize = http2maxFrameSize
h2_bundle.go#L1135: http2setDefault(&conf.MaxReadFrameSize, http2minMaxFrameSize, http2maxFrameSize, http2defaultMaxReadFrameSize)
h2_bundle.go#L1976: http2maxFrameSize = 1<<24 - 1
h2_bundle.go#L2018: fr.SetMaxReadFrameSize(http2maxFrameSize)
h2_bundle.go#L2027: if v > http2maxFrameSize {
h2_bundle.go#L2028: v = http2maxFrameSize
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)